/**========================================================================
 * ?                                ABOUT
 * @author         :  Sir Anonymous
 * @email          :  el.author.cloud@gmail.com
 * @site           :  https://atomic-labs.top
 * @product        :  Midnight Crimson
 * @version        :  1.2 *========================================================================**/

/* custom font */
@import url('./font/Roboto.css');

/* general colors */
a { color: #c41e3a; } /* Cardinal Red */
body {
    font-family: 'Roboto', sans-serif;
    background: #1a0808; /* Deep Crimson Black */
    color: #fff;
}
button {
    background: transparent;
    color: #fff;
}
input, textarea, .post_input_container {
    background: #2a0f0f;
    font-family: 'Roboto', sans-serif, 'FontAwesome';
    border: 1px solid rgba(171, 123, 123, 0.15) !important; /* Reddish border */
    color: #fff;
}
.setdef { color: #fff; }

/* cookie box */
.cookie_wrap { background: #4a1a1a; color: #fff; }

/* item with background no effect */
.bback { background: rgba(255, 255, 255, 0.05); }

/* item with background no effect with border */
.bbackb {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* item with no background and hover effect */
.bhover:hover { background: rgba(255, 255, 255, 0.05); }

/* item with background and hover effect */
.bbackhover { background: rgba(255, 255, 255, 0.05); }
.bbackhover:hover { background: rgba(255, 255, 255, 0.03); }

/* item width background and hover effect with a border */
.bbackhoverb { background: rgba(255, 255, 255, 0.05); }
.bbackhoverb:hover {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* item with no background with line separator and hover effect */
.blisting { border-bottom: 1px solid rgba(255, 255, 255, 0.03); }
.blisting:hover { background: rgba(255, 255, 255, 0.04); }

/* item with no background with line separator */
.blist { border-bottom: 1px solid rgba(255, 255, 255, 0.03); }

/* private panel top */
.back_ptop {
    background: #2a0f0f;
    color: #fff;
}

/* page menu & page sub menu */
.bpmenu:hover { background: rgba(255, 255, 255, 0.05); }
.bsub { background: rgba(255, 255, 255, 0.04); }
.bsub:hover { background: rgba(255, 255, 255, 0.08); }

/* sub menus for card, logs, wall, news */
.bmenu, .submenu { border-bottom: 1px solid rgba(255, 255, 255, 0.03); }
.bmenu:hover, .submenu:hover { background: rgba(255, 255, 255, 0.03); }

/* box shadow */
.bshadow, .page_element, .float_menu, .btnshadow, .pboxed {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* main item selected for panel and box */
.bselected { background: rgba(255, 255, 255, 0.08); }

/* reg menu selected item */
.rselected { background: rgba(255, 255, 255, 0.08); }

/* page selected */
.pselected { color: #b22222; } /* Firebrick Red */

/* current item selected selected */
.cselected, .liked { background: rgba(255, 255, 255, 0.08); }

/* paginate item selected */
.pag_btn { background: rgba(255, 255, 255, 0.05); }
.pagselected, .pag_btn:hover { background: rgba(255, 255, 255, 0.1); }

/* count and gold tag */
.gtag {
    background: #b22222; /* Firebrick Red */
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* border color for separator and items border */
.bborder { border-bottom: 1px solid rgba(171, 123, 123, 0.15); } /* Reddish */
.tborder { border-top: 1px solid rgba(171, 123, 123, 0.15); }
.lborder, .ppanel { border-left: 1px solid rgba(171, 123, 123, 0.15); }
.rborder { border-right: 1px solid rgba(171, 123, 123, 0.15); }
.fborder { border: 1px solid rgba(171, 123, 123, 0.15); }

/* float top color */
.float_top, .float_ctop { border-bottom: 1px solid rgba(171, 123, 123, 0.15); }

/* headers, footer and top modal colors */
.bhead, .bfoot {
    background: #3a0f0f; /* Dark Crimson */
    color: #fff;
}
.modal_top, .pro_top {
    background: #2a0f0f;
    color: #fff;
}
.foot {
    background: #1a0808;
    border-top: 1px solid rgba(171, 123, 123, 0.15);
    color: #fff;
}

/* background major element panel, page menu, float menu, modal, chat boxes */
#intro_top, .backglob {
    background: #1a0808 url('./images/background.jpg'); /* Replace with your crimson dragon/entity image */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.back_chat {
    background: rgba(20, 5, 5, 0.64); /* Dark crimson transparent */
}
.back_priv {
    background: #1a0808;
}
.back_panel {
    background: rgba(20, 5, 5, 0.64);
}
.back_pmenu {
    background: rgba(20, 5, 5, 0.64);
    border-right: 1px solid rgba(171, 123, 123, 0.15);
}
.back_input {
    background: rgba(20, 5, 5, 0.86);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.back_modal {
    background: #2a0f0f;
}
.page_element, .back_quote, .back_menu, .back_box {
    background: #3a1515;
}

/* main theme color */
.theme_color { color: #b22222; } /* Firebrick Red */
.default_color { color: #8b1a1a; } /* Dark Red */
.error  { color: #d81818; }
.success { color: #74b20e; }
.warn { color: #f5a91e; }

/* button colors */
.theme_btn, .back_theme {
    background: #b22222;
    color: #fff;
}
.default_btn, .back_default {
    background: #8b1a1a;
    color: #fff;
}
.defaultd_btn {
    background: #444;
    color: #fff;
}
.ok_btn {
    background: #74b20e;
    color: #fff;
}
.warn_btn {
    background: #f5a91e;
    color: #fff;
}
.delete_btn {
    background: #ac3737;
    color: #fff;
}
.send_btn { color: #f6f6f6; }

/* default username color */
.user { color: #fff; }

/* chat system message text color */
.chat_system { color: #bbb; }

/* opacity for offline users in list */
.offline { opacity: 0.5; }

/* menu icon */
.menui { color: #b22222; }
.subi { color: #b22222; }

/* wall reply background */
.reply_item { background: #3a1515; }

/* main post item option wall and news */
.main_post_item { color: #b8a7a7; }

/* input option background colors */
.input_item { color: #b8a7a7; }

/* private log bubble colors */
.target_private, .hunt_quote {
    color: #fff;
    background: #8b1a1a;
}
.hunter_private, .targ_quote {
    color: #fff;
    background: #b22222;
}

/* quote in chat background color */
.cquote { background: rgba(255, 255, 255, 0.08) !important; }
.cqname { color: #fff; }
.cqmess { color: #bbb; }

/* tab menu */
.tab_menu {
    background: #2a0f0f;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.tab_selected { background: rgba(255, 255, 255, 0.05); }

/* modal menu */
.modal_mback { background: rgba(255, 255, 255, 0.04); }
.modal_mborder { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.modal_selected { background: rgba(255, 255, 255, 0.08); }

/* back transparency background for modal box */
.modal_back { background-color: rgba(0, 0, 0, 0.6); }

/* chat logs */
.log2 { background: rgba(255, 255, 255, 0.01); }
.topic_log {
    background: rgba(55, 20, 20, 0.55); /* Dark crimson with opacity */
    color: #fff;
    margin: 5px auto;
    border-radius: 4px;
    width: 95%;
    max-width: 800px;
}
.chat_log:not(:last-child) { border-bottom: 1px dashed rgba(255, 255, 255, 0.09); }
.sys_log { }

/* upload progress */
.bprogress {
    background: #74b20e;
    color: #fff;
}

/* notification colors */
.bnotify {
    background: #d81818;
    color: #fff;
}
.foot_notify, .head_notify { border: 1px solid #fff; }

/* date colors */
.sub_date, .sub_chat, .sub_priv {
    font-weight: 700;
    color: #bbb;
}

/* secondary text color */
.sub_text, .list_mood {
    color: #bbb;
    font-weight: 300;
}

/* profile likes */
.plikes {
    background-color: rgba(100, 100, 100, 0.2);
    color: #fff;
}

/* spinner color */
.bspin { color: rgba(255, 255, 255, 0.3); }

/* special chat item */
.my_notice {
    color: #fff;
    background: #b22222;
}
.system_text {
    background: rgba(255, 255, 255, 0.05);
    color: #888;
}

/* outside pages background */
.back_page {
    background: #1a0808;
    color: #fff;
}

/* video background color */
.post_video { background: #000; }

/* slider */
.boom_slider .ui-widget-content { background: #fff; }
.boom_slider .ui-state-default { background: #b22222 !important; }
.boom_slider .ui-state-active { background: #8b1a1a !important; }
.boom_slider .ui-slider-range { background: #b22222; }

/* select input color */
.selectboxit-list, .selectboxit-btn {
    background-color: #2a0f0f;
    border: 1px solid rgba(171, 123, 123, 0.15);
    color: #fff;
}
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}
.selectboxit-default-arrow { border-top: 4px solid #bbb; }
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
    background: #2a0f0f;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.44);
    color: #fff;
}
.selectboxit-options {
    background: #3a1515;
    color: #fff;
}
.selectboxit-list .selectboxit-option-anchor { color: #bbb; }

/* custom */
.modal_in { border: 1px solid rgba(255, 255, 255, 0.01); }

/* responsive */
@media screen and (max-width: 1200px) {
    .back_panel, .back_pmenu {
        background: rgba(20, 5, 5, 0.90);
    }
}